home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : New_Abstractions
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Bill Toscano, Michael Gordon
- -- : Intermetrics, Inc,
- -- : 733 Concord Ave
- -- : Cambridge, MA 02138
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Intermetrics, Inc.
- -- DATE CREATED : 1986
- -- DATE RELEASED : 1 April 1986
- -- DATE LAST UPDATED : 1 April 1986
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : COMPONENTS
- -- CATEGORY LEVEL 2 : LIBRARY
- -- CATEGORY LEVEL 3 : New Abstractions
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Components
- -- INDEX : Abstractions, New
- -- INDEX : Reusable Software Components
- -- INDEX : Support Routines
- -- INDEX : Routines, Support
- -- INDEX : Command Line Interface
- -- INDEX : Parser
- -- INDEX : Lexical Analyzer
- -- INDEX : String Manipulation
- -- INDEX : String Scanner
- -- INDEX : Linked Lists
- -- INDEX : Manipulation, String
- -- INDEX : Scanner, String
- -- INDEX : Analyzer, Lexical
- -- INDEX : Interface, Command Line
- -- INDEX : Set Manipulation
- -- INDEX : Manipulation, Set
- -- INDEX : Hashing Functions
- -- INDEX : Functions, Hashing
- -- INDEX : Directed Acyclic Graph
- -- INDEX : Graph, Directed Acyclic
- -- INDEX : Dynamic Array
- -- INDEX : Array, Dynamic
- -- INDEX : File Manager
- -- INDEX : Manager, File
- -- INDEX : Output Pagination
- -- INDEX : Pagination, Output
- -- INDEX : Stack
- -- INDEX : Binary Trees
- -- INDEX : Trees, Binary
- -- INDEX : Ordered Set Manipulation
- -- INDEX : Manipulation, Ordered Set
- -- INDEX : String Comparison
- -- INDEX : Comparison, String
- -- INDEX : Case-Insensitive String Comparison
- -- INDEX : Comparison, Case-Insensitive String
- -- INDEX : Labeled Binary Trees
- -- INDEX : Trees, Labeled Binary
- -- INDEX : Document Referencing
- -- INDEX : Referencing, Document
- -- INDEX : Virtual Terminal
- -- INDEX : Terminal, Virtual
- -- INDEX : System Dependencies
- -- TAXONOMY : COMPONENTS!Binary Trees!New Abstractions
- -- TAXONOMY : COMPONENTS!Binary Trees, Labeled!New Abstractions
- -- TAXONOMY : COMPONENTS!Command Line Interface!New Abstractions
- -- TAXONOMY : COMPONENTS!Document Referencing!New Abstractions
- -- TAXONOMY : COMPONENTS!Dynamic Array!New Abstractions
- -- TAXONOMY : COMPONENTS!File Manager!New Abstractions
- -- TAXONOMY : COMPONENTS!Lexical Analyzer!New Abstractions
- -- TAXONOMY : COMPONENTS!Linked_Lists!Singly-Linked List!New Abstractions
- -- TAXONOMY : COMPONENTS!Output Pagination!New Abstractions
- -- TAXONOMY : COMPONENTS!Parser!New Abstractions
- -- TAXONOMY : COMPONENTS!Stack!New Abstractions
- -- TAXONOMY : COMPONENTS!String Comparison!New Abstractions
- -- TAXONOMY : COMPONENTS!String Manipulation!New Abstractions
- -- TAXONOMY : COMPONENTS!String Scanner!New Abstractions
- -- TAXONOMY : COMPONENTS!System_Dependencies!New Abstractions
- -- TAXONOMY : COMPONENTS!Virtual Terminal!New Abstractions
- -- TAXONOMY : MATH!Directed Acyclic Graph!New Abstractions
- -- TAXONOMY : MATH!Hashing Functions!New Abstractions
- -- TAXONOMY : MATH!Ordered Set Manipulation!New Abstractions
- -- TAXONOMY : MATH!Set Manipulation!New Abstractions
- -- DEPENDENCIES :
- -- SEE ALSO : PD:<ADA.COMPONENTS>ABSTRACT
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.COMPONENTS>NEWABS.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- NEWABS.DIS 2768 43
- -- NEWABS.PRO 3319 74
- -- NEWABS.SRC 659811 22640
- -- =============== ========== ==========
- -- 3 Files 665898 22757
- --= ABSTRACT ===============================================--
- -- NEW_ABSTRACTIONS contains a number of low-level support
- -- routines which are used by NOSC tools created by Intermetrics.
- -- Several routines are of general utility.
- --
- -- Included in NEW_ABSTRACTIONS are packages and routines for:
- -- Binary Tree (Normal and Labeled) Manipulation
- -- Command Line Interfacing (host-dependent)
- -- Document References (Building)
- -- Dynamic Acyclic Graph
- -- Dynamic Arrays
- -- File Management (host-dependent)
- -- Hashing
- -- Lexical Analysis
- -- Linked Lists
- -- Parser, Table-Driven
- -- Set Manipulation (Normal and Ordered Sets)
- -- Sorting
- -- Stack Manipulation
- -- String Comparison (Case-Insensitive)
- -- String Manipulation
- -- String Scanning
- -- System Dependencies
- -- Virtual Terminal
- --
- -- NEW_ABSTRACTIONS is used by NOSC/WIS tools 4.1.1 and 4.1.2.
- -- See also ABSTRACTIONS.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/85 1.0 Bill Toscano Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-